begintalkscript;
variables;
short choice,i;

begintalknode 1;
	state = -1;
	nextstate = 1;
	question = "Father Kay";
	text1 = "For a while we remained that way. Father Kay knelt in prayer and I sitting back in the pew.";
	text2 = "The silence had grown oppressive. I fidgeted anxiously and tried to concentrate on something besides the awkward silence.";
	text3 = "Father Kay sat motionlessly though, intent on his prayer and apparently paying no heed to my deliberate snub.";
	text4 = "Finally I broke.";

begintalknode 2;
	state = 1;
	nextstate = 2;
	question = "I'm sorry";
	text1 = "_For what, child?_ He spoke calmly and levelly, not reprimanding or stern. It was like he'd forgotten about earlier.";
	text2 = "Anger welled within me; he was going to make me spell out the whole thing when he knew full well what I was talking about. Still, I'd already started so I might as well go on and get it out in the open.";

begintalknode 3;
	state = 2;
	nextstate = 3;
	question = "For the way I acted earlier-- the way I acted with the.... patient.";
	text1 = "_There is nothing to apologize for, my daughter. I know that compassion is no easy thing to practice, especially not to those who have hurt us most. It is no easier for me._";
	text2 = "_You are not the only one to have lost much to wicked men. Revenge is not the answer though. You show your strength by putting aside your anger and hatred. It is not easy for old men like myself, and much less so for a hot heart like yours._";

begintalknode 4;
	state = 3;
	nextstate = 4;
	question = "I am sorry for disappointing you.";
	text1 = "_You have never disappointed me, child, never in the ten years since Logan brought you to us. I did what I did to teach you-- perhaps I went too far. I am often harder on you than any of the others because I expect more from you._";
	text2 = "_And I've always gotten what I expected. Even today._";

begintalknode 5;
	state = 4;
	nextstate = 5;
	question = "I just don't want to bring harm to the chapel.";
	text1 = "_There is no shame in being concerned for those you love, but we cannot let fear stop us from doing what is right. What happened at King's Dell will not happen again-- you must believe that or you can only live in fear._";
	text2 = "_I know that Logan's extended absence weighs on your heart, as it does on mine, but we are safe here even without our protector._";

begintalknode 6;
	state = 5;
	nextstate = -1;
	question = "Thank you father.";
	text1 = "He rested his hand on my shoulder. _You will not lose another family, Adrianna. You must believe this._";
	text2 = "And with that the hand was gone, and with it seemed to go a great burden from my mind. I hardly heard the retreating footsteps as he left the inner sanctum I was so overcome.";
	code = 
	//force_view_center(1,1);
	//relocate_character(i,1,1);
	set_flag(25,2,1);
	//set_flag(25,1,2);
	erase_char(20);
	end();
break;


